GeoDeeplinkParser

object GeoDeeplinkParser

This class is responsible for converting external geo deeplinks into internal domain objects.

Public documentation for the geo deeplink can be found here https://developers.google.com/maps/documentation/urls/android-intents

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
parseAndSave
Link copied to clipboard
fun parseAndSave(geoDeeplink: String?)
toString
Link copied to clipboard
open fun toString(): String

Properties

destinationReceiveChannel
Link copied to clipboard
val destinationReceiveChannel: ReceiveChannel<GeoDeeplink>